recursive definition

英 [rɪˈkɜːsɪv ˌdefɪˈnɪʃn] 美 [rɪˈkɜːrsɪv ˌdefɪˈnɪʃn]

网络  递归定义; 递回定义

计算机



双语例句

  1. A recursive definition like this is going to fill up the stack rapidly and lead to a stack overflow.
    像这样的递归定义很快就会填满堆栈,从而导致堆栈溢出。
  2. Goto statements and recursive function calls may be supported by the language definition, but it is known that using other methods makes the code easier to understand.
    语言规范可能支持goto语句和递归函数调用,但使用其他方法能够让代码更易于理解。
  3. Notice how like our recursive programs, the definition of a linked list also contains a base case& in this case, the NULL pointer.
    注意,与我们的递归程序非常类似,链表的定义也包括一个基线条件&在这里是NULL指针。
  4. It's actually a wonderful recursive definition.
    这就是一个绝妙的递归定义。
  5. Deduction of the expansion and the related properties of determinants with recursive definition on the expansion of employment
    用递归定义推导行列式的展开法则及有关性质
  6. Based on recursive definition idea in existing technique of developing loop invariants, two new strategies for developing loop invariants on complicated recursive problems are presented.
    基于现有循环不变式开发技术中的递归定义思想,提出了开发复杂递归问题循环不变式的两种新策略;
  7. Recursive Definition for Two-Scale Relation of Spline Function
    样条函数双尺度关系的递归定义

英英释义

noun

  1. (mathematics) a definition of a function from which values of the function can be calculated in a finite number of steps